/* CSS Document */
.hkzc{height: 40px;overflow: hidden;}
.hkzc ul{height: 100%;}
.hkzc ul li{animation:myfirst 10s infinite;position:relative;line-height: 40px;width: 100%; height: 40px;white-space:nowrap;text-overflow: ellipsis;overflow:hidden;}
 @keyframes myfirst{	
 0% {top:0px;}23% {top:0px;}25% {top:-40px;} 48% {top:-40px;}50% {top:-80px;} 73% {top:-80px;}75% {top:-120px;} 100% {top:-120px;}}
@media screen and (max-width:800px){
 .hkzc{display: none} 
}